projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7871c60
)
Add explanatory comments to ostree-sys.toml
author
Felix Krull
<f_krull@gmx.de>
Fri, 17 May 2019 22:43:38 +0000
(
00:43
+0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/conf/ostree-sys.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/conf/ostree-sys.toml
b/rust-bindings/rust/conf/ostree-sys.toml
index 38177cf0d1bd7380d40995ef30d9fca7d199e18f..878f028288ac3c55b3c8cce459d29de70e8a4538 100644
(file)
--- a/
rust-bindings/rust/conf/ostree-sys.toml
+++ b/
rust-bindings/rust/conf/ostree-sys.toml
@@
-9,6
+9,7
@@
external_libraries = [
"Gio",
]
ignore = [
+ # private API (not in installed headers)
"OSTree.BootloaderInterface",
"OSTree.ChecksumInputStream",
"OSTree.ChecksumInputStreamClass",
@@
-19,6
+20,8
@@
ignore = [
"OSTree.LzmaDecompressorClass",
"OSTree.RepoFileEnumeratorClass",
"OSTree.RollsumMatches",
+
+ # version-dependent constants
"OSTree.RELEASE_VERSION",
"OSTree.VERSION",
"OSTree.VERSION_S",